home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Apple WWDC 1996
/
WWDC96_1996 (CD).toast
/
Technology Materials
/
MacOS 8 Resources
/
Developer Tools
/
Mac OS 8 Interfaces & Libraries
/
Interfaces
/
IDLIncludes
/
SCSIPlugin.idl
< prev
next >
Wrap
Text File
|
1996-05-01
|
2KB
|
64 lines
/*
File: SCSIPlugin.idl
Contains: Family defined Plugin exports and data structures
Version: Technology: xxx put the technology version here xxx
Release: Universal Interfaces 3.0d3 on Copland DR1
Copyright: © 1984-1996 by Apple Computer, Inc. All rights reserved.
Bugs?: If you find a problem with this file, send the file and version
information (from above) and the problem description to:
Internet: apple.bugs@applelink.apple.com
AppleLink: APPLE.BUGS
*/
#ifndef __SCSIPLUGIN_IDL__
#define __SCSIPLUGIN_IDL__
#include <somobj.idl>
#include <somcls.idl>
#ifndef __TYPES_IDL__
#include <Types.idl>
#endif
#ifndef __KERNEL_IDL__
#include <Kernel.idl>
#endif
#ifndef __SCSI_IDL__
#include <SCSI.idl>
#endif
#ifdef __SOMIDL__
#if FOR_SYSTEM8_PREEMPTIVE
/*
************************************************************************
Define entries to SIM routines
************************************************************************
SIMInitInfo PB
directions are for SCSIPluginInit call ( -> parm, <- result) */
need to change this to PluginControlBlock ***
*/
typedef SOMLargeStruct PluginControlBlock; /* Derived from a struct of 36 bytes in size */
/* Define SIM calls passed into the family at initialize time*/
typedef OpaquePtr SCSIPluginActionEntry;
typedef OpaquePtr SCSIPluginHandleBusEventEntry;
typedef OpaquePtr SCSIPluginInitEntry;
typedef SOMLargeStruct SCSIPluginInfo; /* Derived from a struct of 16 bytes in size */
/* plugin needs to export this structure*/
typedef SOMLargeStruct SCSIPluginDispatchTable; /* Derived from a struct of 28 bytes in size */
#endif
#endif /* __SOMIDL__ */
#endif /* __SCSIPLUGIN_IDL__ */